projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b991128
)
(scan_lisp_file): Don't add newline at end of string.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Dec 1993 02:16:49 +0000
(
02:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Dec 1993 02:16:49 +0000
(
02:16
+0000)
lib-src/make-docfile.c
patch
|
blob
|
history
diff --git
a/lib-src/make-docfile.c
b/lib-src/make-docfile.c
index 1308f6c8ed894ca003f89aacb40bd817ddc73066..b038415deed1529d66ee4ee5fb0bcb18dc8a9fba 100644
(file)
--- a/
lib-src/make-docfile.c
+++ b/
lib-src/make-docfile.c
@@
-690,7
+690,6
@@
scan_lisp_file (filename)
The opening quote (and leading backslash-newline) have already
been read.
*/
- putc ('\n', outfile);
putc (037, outfile);
putc (type, outfile);
fprintf (outfile, "%s\n", buffer);